Move from individual Svelte components to a complete application with routing, data loading, and server features.
Svelte is the component framework, while SvelteKit provides the application framework around it. SvelteKit adds file-based routing, layouts, server-side functionality, data loading, form handling, and deployment support.
Understanding SvelteKit means understanding how pages, layouts, routes, server code, and data loading fit together. These features let you build complete web applications instead of managing all of the surrounding infrastructure yourself.
What you'll walk away knowing